//==============================================================================
// Athenian Warriors_anim.txt
//==============================================================================


                           ____________________________________
                          |                                    |
                          |      CREATED by WOLLIEWOLTAZ       |
                          |____________________________________|
//==============================================================================
//==============================================================================
//Particle Attachments:
//==============================================================================
//==============================================================================
define Glow
{
   set hotspot
   {
      version
      {
         	Visualparticle AthenianWarriors SpawnSFX
      }
   }
}
//==============================================================================
//==============================================================================
//VisualGranny:
//==============================================================================
//==============================================================================
anim Birth
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			VisualGranny AthenianWarriors_Spawn
			Connect ATTACHPOINT Glow hotspot
			tag SpecificSoundSet 0.01 false AthenianWarriorsSpawn checkVisible
	 }
      }
   }
}
//==============================================================================
anim Death
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			VisualNone
	 }
      }
   }
}